home *** CD-ROM | disk | FTP | other *** search
/ HAKERIS 11 / HAKERIS 11.ISO / soft / development / Macromedia RoboHelp X5 / RoboHelpOffice.exe / Data1.cab / _1F88DC574E6A402E8DECA655E8DC553C (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1997-02-04  |  6.1 KB  |  205 lines

  1. VERSION 4.00
  2. Begin VB.Form Form1 
  3.    BorderStyle     =   3  'Fixed Dialog
  4.    Caption         =   "What's This Help Composer Tutorial"
  5.    ClientHeight    =   5160
  6.    ClientLeft      =   1365
  7.    ClientTop       =   1680
  8.    ClientWidth     =   5430
  9.    Height          =   5850
  10.    Left            =   1305
  11.    LinkTopic       =   "Form1"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    ScaleHeight     =   5160
  15.    ScaleWidth      =   5430
  16.    ShowInTaskbar   =   0   'False
  17.    Top             =   1050
  18.    Width           =   5550
  19.    Begin VB.CommandButton Command5 
  20.       Caption         =   "E&xit"
  21.       Height          =   375
  22.       Left            =   2040
  23.       TabIndex        =   16
  24.       Top             =   4560
  25.       Width           =   1215
  26.    End
  27.    Begin VB.Frame Frame3 
  28.       Caption         =   "Change Text"
  29.       Height          =   1335
  30.       Left            =   240
  31.       TabIndex        =   9
  32.       Top             =   3000
  33.       Width           =   4935
  34.       Begin VB.TextBox Text1 
  35.          Height          =   285
  36.          Left            =   2880
  37.          Locked          =   -1  'True
  38.          TabIndex        =   15
  39.          Text            =   "No selection made"
  40.          Top             =   720
  41.          Width           =   1695
  42.       End
  43.       Begin VB.OptionButton Option4 
  44.          Caption         =   "Option &4"
  45.          Height          =   375
  46.          Left            =   1560
  47.          TabIndex        =   13
  48.          Top             =   840
  49.          Width           =   975
  50.       End
  51.       Begin VB.OptionButton Option3 
  52.          Caption         =   "Option &3"
  53.          Height          =   375
  54.          Left            =   1560
  55.          TabIndex        =   12
  56.          Top             =   360
  57.          Width           =   975
  58.       End
  59.       Begin VB.OptionButton Option2 
  60.          Caption         =   "Option &2"
  61.          Height          =   375
  62.          Left            =   360
  63.          TabIndex        =   11
  64.          Top             =   840
  65.          Width           =   975
  66.       End
  67.       Begin VB.OptionButton Option1 
  68.          Caption         =   "Option &1"
  69.          Height          =   375
  70.          Left            =   360
  71.          TabIndex        =   10
  72.          Top             =   360
  73.          Width           =   1095
  74.       End
  75.       Begin VB.Label Label4 
  76.          Caption         =   "Option selected:"
  77.          Height          =   255
  78.          Left            =   2880
  79.          TabIndex        =   14
  80.          Top             =   480
  81.          Width           =   1695
  82.       End
  83.    End
  84.    Begin VB.Frame Frame2 
  85.       Caption         =   "Change Colors"
  86.       Height          =   1455
  87.       Left            =   240
  88.       TabIndex        =   3
  89.       Top             =   1440
  90.       Width           =   4935
  91.       Begin VB.CommandButton Command4 
  92.          Caption         =   "&Yellow"
  93.          Height          =   375
  94.          Left            =   1560
  95.          TabIndex        =   7
  96.          Top             =   840
  97.          Width           =   1095
  98.       End
  99.       Begin VB.CommandButton Command3 
  100.          Caption         =   "&Green"
  101.          Height          =   375
  102.          Left            =   1560
  103.          TabIndex        =   6
  104.          Top             =   360
  105.          Width           =   1095
  106.       End
  107.       Begin VB.CommandButton Command2 
  108.          Caption         =   "&Red"
  109.          Height          =   375
  110.          Left            =   360
  111.          TabIndex        =   5
  112.          Top             =   840
  113.          Width           =   1095
  114.       End
  115.       Begin VB.CommandButton Command1 
  116.          Caption         =   "&Blue"
  117.          Height          =   375
  118.          Left            =   360
  119.          TabIndex        =   4
  120.          Top             =   360
  121.          Width           =   1095
  122.       End
  123.       Begin VB.Label Label3 
  124.          BackColor       =   &H00FFFFFF&
  125.          BorderStyle     =   1  'Fixed Single
  126.          Height          =   855
  127.          Left            =   2880
  128.          TabIndex        =   8
  129.          Top             =   360
  130.          Width           =   1695
  131.       End
  132.    End
  133.    Begin VB.Frame Frame1 
  134.       Height          =   1335
  135.       Left            =   240
  136.       TabIndex        =   0
  137.       Top             =   0
  138.       Width           =   4935
  139.       Begin VB.Label Label2 
  140.          Caption         =   "This sample project will demonstrate how to assign specific Help text for each control displayed below."
  141.          Height          =   495
  142.          Left            =   120
  143.          TabIndex        =   2
  144.          Top             =   720
  145.          Width           =   4575
  146.       End
  147.       Begin VB.Label Label1 
  148.          Caption         =   "Creating What's This Help for applications is a fast and easy way to explain each control and its functionality."
  149.          Height          =   495
  150.          Left            =   120
  151.          TabIndex        =   1
  152.          Top             =   240
  153.          Width           =   4695
  154.       End
  155.    End
  156.    Begin VB.Menu file 
  157.       Caption         =   "&File"
  158.       Begin VB.Menu nextform 
  159.          Caption         =   "&Next Form"
  160.       End
  161.       Begin VB.Menu exit 
  162.          Caption         =   "E&xit"
  163.       End
  164.    End
  165. Attribute VB_Name = "Form1"
  166. Attribute VB_Creatable = False
  167. Attribute VB_Exposed = False
  168. Private Sub Command1_Click()
  169.     Label3.BackColor = &HFF0000
  170. End Sub
  171. Private Sub Command2_Click()
  172.     Label3.BackColor = &HFF&
  173. End Sub
  174. Private Sub Command3_Click()
  175.     Label3.BackColor = &HFF00&
  176. End Sub
  177. Private Sub Command4_Click()
  178.     Label3.BackColor = &HFFFF&
  179. End Sub
  180. Private Sub Command5_Click()
  181.     End
  182. End Sub
  183. Private Sub exit_Click()
  184.     End
  185. End Sub
  186. Private Sub form2_Click()
  187. End Sub
  188. Private Sub Label1_Click()
  189. End Sub
  190. Private Sub nextform_Click()
  191.     Form2.Show
  192. End Sub
  193. Private Sub Option1_Click()
  194.     Text1.Text = "Option 1"
  195. End Sub
  196. Private Sub Option2_Click()
  197.     Text1.Text = "Option 2"
  198. End Sub
  199. Private Sub Option3_Click()
  200.     Text1.Text = "Option 3"
  201. End Sub
  202. Private Sub Option4_Click()
  203.     Text1.Text = "Option 4"
  204. End Sub
  205.